home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / misc / avmNfax1_33.lha / AVMSuite / source / playddnumber.avmsrc < prev    next >
Text File  |  1994-06-24  |  21KB  |  1,063 lines

  1. startrecord=true
  2. label=playddnumber
  3. nodetype=14
  4. comment=We're going to play a double digit number
  5. nextactiontype=3
  6. nextactionaction=
  7. endrecord=true
  8. startrecord=true
  9. label=
  10. nodetype=8
  11. line1=procedure
  12. line2=
  13. line3=parse arg number
  14. line4=directdd = getclip('AVMDirectDDNumber')
  15. line5=if upper(directdd) = 'YES' then signal playdirectdd
  16. line6=
  17. line7=
  18. line8=
  19. line9=
  20. line10=
  21. nextactiontype=3
  22. nextactionaction=
  23. endrecord=true
  24. startrecord=true
  25. label=
  26. nodetype=8
  27. line1=if number > 9 & number < 20 then
  28. line2=  call playnumbranch('playnum' || number)
  29. line3=else if number >= 20 & number < 60 then do
  30. line4=  units = number // 10
  31. line5=  tens = number - units
  32. line6=  call playnumbranch('playnum' || tens)
  33. line7=  if units > 0 then call playnumbranch('playnum' || units)
  34. line8=end; else
  35. line9=  call playnumber(number)
  36. line10=
  37. nextactiontype=0
  38. nextactionaction=playddnumdone
  39. endrecord=true
  40. startrecord=true
  41. label=playdirectdd
  42. nodetype=8
  43. line1=if number < 10 then call playnumber(number)
  44. line2=else call playnumbranch('playnum' || number)
  45. line3=
  46. line4=
  47. line5=
  48. line6=
  49. line7=
  50. line8=
  51. line9=
  52. line10=
  53. nextactiontype=0
  54. nextactionaction=playddnumdone
  55. endrecord=true
  56. startrecord=true
  57. label=playnum10
  58. nodetype=1
  59. filename='avm:voices/number10'
  60. comment=Ten
  61. keyactiontype=3
  62. keyactionaction=
  63. faxactiontype=0
  64. faxactionaction=stdfax
  65. dataactiontype=0
  66. dataactionaction=stddata
  67. busyactiontype=0
  68. busyactionaction=stdbusy
  69. abortactiontype=0
  70. abortactionaction=stdabort
  71. erroractiontype=0
  72. erroractionaction=stderror
  73. nextactiontype=2
  74. nextactionaction=return
  75. endrecord=true
  76. startrecord=true
  77. label=playnum11
  78. nodetype=1
  79. filename='avm:voices/number11'
  80. comment=Eleven
  81. keyactiontype=3
  82. keyactionaction=
  83. faxactiontype=0
  84. faxactionaction=stdfax
  85. dataactiontype=0
  86. dataactionaction=stddata
  87. busyactiontype=0
  88. busyactionaction=stdbusy
  89. abortactiontype=0
  90. abortactionaction=stdabort
  91. erroractiontype=0
  92. erroractionaction=stderror
  93. nextactiontype=2
  94. nextactionaction=return
  95. endrecord=true
  96. startrecord=true
  97. label=playnum12
  98. nodetype=1
  99. filename='avm:voices/number12'
  100. comment=Twelve
  101. keyactiontype=3
  102. keyactionaction=
  103. faxactiontype=0
  104. faxactionaction=stdfax
  105. dataactiontype=0
  106. dataactionaction=stddata
  107. busyactiontype=0
  108. busyactionaction=stdbusy
  109. abortactiontype=0
  110. abortactionaction=stdabort
  111. erroractiontype=0
  112. erroractionaction=stderror
  113. nextactiontype=2
  114. nextactionaction=return
  115. endrecord=true
  116. startrecord=true
  117. label=playnum13
  118. nodetype=1
  119. filename='avm:voices/number13'
  120. comment=Thirteen
  121. keyactiontype=3
  122. keyactionaction=
  123. faxactiontype=0
  124. faxactionaction=stdfax
  125. dataactiontype=0
  126. dataactionaction=stddata
  127. busyactiontype=0
  128. busyactionaction=stdbusy
  129. abortactiontype=0
  130. abortactionaction=stdabort
  131. erroractiontype=0
  132. erroractionaction=stderror
  133. nextactiontype=2
  134. nextactionaction=return
  135. endrecord=true
  136. startrecord=true
  137. label=playnum14
  138. nodetype=1
  139. filename='avm:voices/number14'
  140. comment=fourteen
  141. keyactiontype=3
  142. keyactionaction=
  143. faxactiontype=0
  144. faxactionaction=stdfax
  145. dataactiontype=0
  146. dataactionaction=stddata
  147. busyactiontype=0
  148. busyactionaction=stdbusy
  149. abortactiontype=0
  150. abortactionaction=stdabort
  151. erroractiontype=0
  152. erroractionaction=stderror
  153. nextactiontype=2
  154. nextactionaction=return
  155. endrecord=true
  156. startrecord=true
  157. label=playnum15
  158. nodetype=1
  159. filename='avm:voices/number15'
  160. comment=fifteen
  161. keyactiontype=3
  162. keyactionaction=
  163. faxactiontype=0
  164. faxactionaction=stdfax
  165. dataactiontype=0
  166. dataactionaction=stddata
  167. busyactiontype=0
  168. busyactionaction=stdbusy
  169. abortactiontype=0
  170. abortactionaction=stdabort
  171. erroractiontype=0
  172. erroractionaction=stderror
  173. nextactiontype=2
  174. nextactionaction=return
  175. endrecord=true
  176. startrecord=true
  177. label=playnum16
  178. nodetype=1
  179. filename='avm:voices/number16'
  180. comment=sixteen
  181. keyactiontype=3
  182. keyactionaction=
  183. faxactiontype=0
  184. faxactionaction=stdfax
  185. dataactiontype=0
  186. dataactionaction=stddata
  187. busyactiontype=0
  188. busyactionaction=stdbusy
  189. abortactiontype=0
  190. abortactionaction=stdabort
  191. erroractiontype=0
  192. erroractionaction=stderror
  193. nextactiontype=2
  194. nextactionaction=return
  195. endrecord=true
  196. startrecord=true
  197. label=playnum17
  198. nodetype=1
  199. filename='avm:voices/number17'
  200. comment=seventeen
  201. keyactiontype=3
  202. keyactionaction=
  203. faxactiontype=0
  204. faxactionaction=stdfax
  205. dataactiontype=0
  206. dataactionaction=stddata
  207. busyactiontype=0
  208. busyactionaction=stdbusy
  209. abortactiontype=0
  210. abortactionaction=stdabort
  211. erroractiontype=0
  212. erroractionaction=stderror
  213. nextactiontype=2
  214. nextactionaction=return
  215. endrecord=true
  216. startrecord=true
  217. label=playnum18
  218. nodetype=1
  219. filename='avm:voices/number18'
  220. comment=eighteen
  221. keyactiontype=3
  222. keyactionaction=
  223. faxactiontype=0
  224. faxactionaction=stdfax
  225. dataactiontype=0
  226. dataactionaction=stddata
  227. busyactiontype=0
  228. busyactionaction=stdbusy
  229. abortactiontype=0
  230. abortactionaction=stdabort
  231. erroractiontype=0
  232. erroractionaction=stderror
  233. nextactiontype=2
  234. nextactionaction=return
  235. endrecord=true
  236. startrecord=true
  237. label=playnum19
  238. nodetype=1
  239. filename='avm:voices/number19'
  240. comment=nineteen
  241. keyactiontype=3
  242. keyactionaction=
  243. faxactiontype=0
  244. faxactionaction=stdfax
  245. dataactiontype=0
  246. dataactionaction=stddata
  247. busyactiontype=0
  248. busyactionaction=stdbusy
  249. abortactiontype=0
  250. abortactionaction=stdabort
  251. erroractiontype=0
  252. erroractionaction=stderror
  253. nextactiontype=2
  254. nextactionaction=return
  255. endrecord=true
  256. startrecord=true
  257. label=playnum20
  258. nodetype=1
  259. filename='avm:voices/number20'
  260. comment=twenty
  261. keyactiontype=3
  262. keyactionaction=
  263. faxactiontype=0
  264. faxactionaction=stdfax
  265. dataactiontype=0
  266. dataactionaction=stddata
  267. busyactiontype=0
  268. busyactionaction=stdbusy
  269. abortactiontype=0
  270. abortactionaction=stdabort
  271. erroractiontype=0
  272. erroractionaction=stderror
  273. nextactiontype=2
  274. nextactionaction=return
  275. endrecord=true
  276. startrecord=true
  277. label=playnum30
  278. nodetype=1
  279. filename='avm:voices/number30'
  280. comment=thirty
  281. keyactiontype=3
  282. keyactionaction=
  283. faxactiontype=0
  284. faxactionaction=stdfax
  285. dataactiontype=0
  286. dataactionaction=stddata
  287. busyactiontype=0
  288. busyactionaction=stdbusy
  289. abortactiontype=0
  290. abortactionaction=stdabort
  291. erroractiontype=0
  292. erroractionaction=stderror
  293. nextactiontype=2
  294. nextactionaction=return
  295. endrecord=true
  296. startrecord=true
  297. label=playnum40
  298. nodetype=1
  299. filename='avm:voices/number40'
  300. comment=Forty
  301. keyactiontype=3
  302. keyactionaction=
  303. faxactiontype=0
  304. faxactionaction=stdfax
  305. dataactiontype=0
  306. dataactionaction=stddata
  307. busyactiontype=0
  308. busyactionaction=stdbusy
  309. abortactiontype=0
  310. abortactionaction=stdabort
  311. erroractiontype=0
  312. erroractionaction=stderror
  313. nextactiontype=2
  314. nextactionaction=return
  315. endrecord=true
  316. startrecord=true
  317. label=playnum50
  318. nodetype=1
  319. filename='avm:voices/number50'
  320. comment=Fifty
  321. keyactiontype=3
  322. keyactionaction=
  323. faxactiontype=0
  324. faxactionaction=stdfax
  325. dataactiontype=0
  326. dataactionaction=stddata
  327. busyactiontype=0
  328. busyactionaction=stdbusy
  329. abortactiontype=0
  330. abortactionaction=stdabort
  331. erroractiontype=0
  332. erroractionaction=stderror
  333. nextactiontype=2
  334. nextactionaction=return
  335. endrecord=true
  336. startrecord=true
  337. label=playddnumdone
  338. nodetype=14
  339. comment=We're done
  340. nextactiontype=2
  341. nextactionaction=return
  342. endrecord=true
  343. startrecord=true
  344. label=playnum21
  345. nodetype=1
  346. filename='avm:voices/number21'
  347. comment=twenty one
  348. keyactiontype=3
  349. keyactionaction=
  350. faxactiontype=0
  351. faxactionaction=stdfax
  352. dataactiontype=0
  353. dataactionaction=stddata
  354. busyactiontype=0
  355. busyactionaction=stdbusy
  356. abortactiontype=0
  357. abortactionaction=stdabort
  358. erroractiontype=0
  359. erroractionaction=stderror
  360. nextactiontype=2
  361. nextactionaction=return
  362. endrecord=true
  363. startrecord=true
  364. label=playnum22
  365. nodetype=1
  366. filename='avm:voices/number22'
  367. comment=twenty two
  368. keyactiontype=3
  369. keyactionaction=
  370. faxactiontype=0
  371. faxactionaction=stdfax
  372. dataactiontype=0
  373. dataactionaction=stddata
  374. busyactiontype=0
  375. busyactionaction=stdbusy
  376. abortactiontype=0
  377. abortactionaction=stdabort
  378. erroractiontype=0
  379. erroractionaction=stderror
  380. nextactiontype=2
  381. nextactionaction=return
  382. endrecord=true
  383. startrecord=true
  384. label=playnum23
  385. nodetype=1
  386. filename='avm:voices/number23'
  387. comment=twenty three
  388. keyactiontype=3
  389. keyactionaction=
  390. faxactiontype=0
  391. faxactionaction=stdfax
  392. dataactiontype=0
  393. dataactionaction=stddata
  394. busyactiontype=0
  395. busyactionaction=stdbusy
  396. abortactiontype=0
  397. abortactionaction=stdabort
  398. erroractiontype=0
  399. erroractionaction=stderror
  400. nextactiontype=2
  401. nextactionaction=return
  402. endrecord=true
  403. startrecord=true
  404. label=playnum24
  405. nodetype=1
  406. filename='avm:voices/number24'
  407. comment=twenty four
  408. keyactiontype=3
  409. keyactionaction=
  410. faxactiontype=0
  411. faxactionaction=stdfax
  412. dataactiontype=0
  413. dataactionaction=stddata
  414. busyactiontype=0
  415. busyactionaction=stdbusy
  416. abortactiontype=0
  417. abortactionaction=stdabort
  418. erroractiontype=0
  419. erroractionaction=stderror
  420. nextactiontype=2
  421. nextactionaction=return
  422. endrecord=true
  423. startrecord=true
  424. label=playnum25
  425. nodetype=1
  426. filename='avm:voices/number25'
  427. comment=twenty five
  428. keyactiontype=3
  429. keyactionaction=
  430. faxactiontype=0
  431. faxactionaction=stdfax
  432. dataactiontype=0
  433. dataactionaction=stddata
  434. busyactiontype=0
  435. busyactionaction=stdbusy
  436. abortactiontype=0
  437. abortactionaction=stdabort
  438. erroractiontype=0
  439. erroractionaction=stderror
  440. nextactiontype=2
  441. nextactionaction=return
  442. endrecord=true
  443. startrecord=true
  444. label=playnum26
  445. nodetype=1
  446. filename='avm:voices/number26'
  447. comment=twenty six
  448. keyactiontype=3
  449. keyactionaction=
  450. faxactiontype=0
  451. faxactionaction=stdfax
  452. dataactiontype=0
  453. dataactionaction=stddata
  454. busyactiontype=0
  455. busyactionaction=stdbusy
  456. abortactiontype=0
  457. abortactionaction=stdabort
  458. erroractiontype=0
  459. erroractionaction=stderror
  460. nextactiontype=2
  461. nextactionaction=return
  462. endrecord=true
  463. startrecord=true
  464. label=playnum27
  465. nodetype=1
  466. filename='avm:voices/number27'
  467. comment=twenty seven
  468. keyactiontype=3
  469. keyactionaction=
  470. faxactiontype=0
  471. faxactionaction=stdfax
  472. dataactiontype=0
  473. dataactionaction=stddata
  474. busyactiontype=0
  475. busyactionaction=stdbusy
  476. abortactiontype=0
  477. abortactionaction=stdabort
  478. erroractiontype=0
  479. erroractionaction=stderror
  480. nextactiontype=2
  481. nextactionaction=return
  482. endrecord=true
  483. startrecord=true
  484. label=playnum28
  485. nodetype=1
  486. filename='avm:voices/number28'
  487. comment=twenty eight
  488. keyactiontype=3
  489. keyactionaction=
  490. faxactiontype=0
  491. faxactionaction=stdfax
  492. dataactiontype=0
  493. dataactionaction=stddata
  494. busyactiontype=0
  495. busyactionaction=stdbusy
  496. abortactiontype=0
  497. abortactionaction=stdabort
  498. erroractiontype=0
  499. erroractionaction=stderror
  500. nextactiontype=2
  501. nextactionaction=return
  502. endrecord=true
  503. startrecord=true
  504. label=playnum29
  505. nodetype=1
  506. filename='avm:voices/number29'
  507. comment=twenty nine
  508. keyactiontype=3
  509. keyactionaction=
  510. faxactiontype=0
  511. faxactionaction=stdfax
  512. dataactiontype=0
  513. dataactionaction=stddata
  514. busyactiontype=0
  515. busyactionaction=stdbusy
  516. abortactiontype=0
  517. abortactionaction=stdabort
  518. erroractiontype=0
  519. erroractionaction=stderror
  520. nextactiontype=2
  521. nextactionaction=return
  522. endrecord=true
  523. startrecord=true
  524. label=playnum31
  525. nodetype=1
  526. filename='avm:voices/number31'
  527. comment=thirty one
  528. keyactiontype=3
  529. keyactionaction=
  530. faxactiontype=0
  531. faxactionaction=stdfax
  532. dataactiontype=0
  533. dataactionaction=stddata
  534. busyactiontype=0
  535. busyactionaction=stdbusy
  536. abortactiontype=0
  537. abortactionaction=stdabort
  538. erroractiontype=0
  539. erroractionaction=stderror
  540. nextactiontype=2
  541. nextactionaction=return
  542. endrecord=true
  543. startrecord=true
  544. label=playnum32
  545. nodetype=1
  546. filename='avm:voices/number32'
  547. comment=thirty two
  548. keyactiontype=3
  549. keyactionaction=
  550. faxactiontype=0
  551. faxactionaction=stdfax
  552. dataactiontype=0
  553. dataactionaction=stddata
  554. busyactiontype=0
  555. busyactionaction=stdbusy
  556. abortactiontype=0
  557. abortactionaction=stdabort
  558. erroractiontype=0
  559. erroractionaction=stderror
  560. nextactiontype=2
  561. nextactionaction=return
  562. endrecord=true
  563. startrecord=true
  564. label=playnum33
  565. nodetype=1
  566. filename='avm:voices/number33'
  567. comment=thirty three
  568. keyactiontype=3
  569. keyactionaction=
  570. faxactiontype=0
  571. faxactionaction=stdfax
  572. dataactiontype=0
  573. dataactionaction=stddata
  574. busyactiontype=0
  575. busyactionaction=stdbusy
  576. abortactiontype=0
  577. abortactionaction=stdabort
  578. erroractiontype=0
  579. erroractionaction=stderror
  580. nextactiontype=2
  581. nextactionaction=return
  582. endrecord=true
  583. startrecord=true
  584. label=playnum34
  585. nodetype=1
  586. filename='avm:voices/number34'
  587. comment=thirty four
  588. keyactiontype=3
  589. keyactionaction=
  590. faxactiontype=0
  591. faxactionaction=stdfax
  592. dataactiontype=0
  593. dataactionaction=stddata
  594. busyactiontype=0
  595. busyactionaction=stdbusy
  596. abortactiontype=0
  597. abortactionaction=stdabort
  598. erroractiontype=0
  599. erroractionaction=stderror
  600. nextactiontype=2
  601. nextactionaction=return
  602. endrecord=true
  603. startrecord=true
  604. label=playnum35
  605. nodetype=1
  606. filename='avm:voices/number35'
  607. comment=thirty five
  608. keyactiontype=3
  609. keyactionaction=
  610. faxactiontype=0
  611. faxactionaction=stdfax
  612. dataactiontype=0
  613. dataactionaction=stddata
  614. busyactiontype=0
  615. busyactionaction=stdbusy
  616. abortactiontype=0
  617. abortactionaction=stdabort
  618. erroractiontype=0
  619. erroractionaction=stderror
  620. nextactiontype=2
  621. nextactionaction=return
  622. endrecord=true
  623. startrecord=true
  624. label=playnum36
  625. nodetype=1
  626. filename='avm:voices/number36'
  627. comment=thirty six
  628. keyactiontype=3
  629. keyactionaction=
  630. faxactiontype=0
  631. faxactionaction=stdfax
  632. dataactiontype=0
  633. dataactionaction=stddata
  634. busyactiontype=0
  635. busyactionaction=stdbusy
  636. abortactiontype=0
  637. abortactionaction=stdabort
  638. erroractiontype=0
  639. erroractionaction=stderror
  640. nextactiontype=2
  641. nextactionaction=return
  642. endrecord=true
  643. startrecord=true
  644. label=playnum37
  645. nodetype=1
  646. filename='avm:voices/number37'
  647. comment=thirty seven
  648. keyactiontype=3
  649. keyactionaction=
  650. faxactiontype=0
  651. faxactionaction=stdfax
  652. dataactiontype=0
  653. dataactionaction=stddata
  654. busyactiontype=0
  655. busyactionaction=stdbusy
  656. abortactiontype=0
  657. abortactionaction=stdabort
  658. erroractiontype=0
  659. erroractionaction=stderror
  660. nextactiontype=2
  661. nextactionaction=return
  662. endrecord=true
  663. startrecord=true
  664. label=playnum38
  665. nodetype=1
  666. filename='avm:voices/number38'
  667. comment=thirty eight
  668. keyactiontype=3
  669. keyactionaction=
  670. faxactiontype=0
  671. faxactionaction=stdfax
  672. dataactiontype=0
  673. dataactionaction=stddata
  674. busyactiontype=0
  675. busyactionaction=stdbusy
  676. abortactiontype=0
  677. abortactionaction=stdabort
  678. erroractiontype=0
  679. erroractionaction=stderror
  680. nextactiontype=2
  681. nextactionaction=return
  682. endrecord=true
  683. startrecord=true
  684. label=playnum39
  685. nodetype=1
  686. filename='avm:voices/number39'
  687. comment=thirty nine
  688. keyactiontype=3
  689. keyactionaction=
  690. faxactiontype=0
  691. faxactionaction=stdfax
  692. dataactiontype=0
  693. dataactionaction=stddata
  694. busyactiontype=0
  695. busyactionaction=stdbusy
  696. abortactiontype=0
  697. abortactionaction=stdabort
  698. erroractiontype=0
  699. erroractionaction=stderror
  700. nextactiontype=2
  701. nextactionaction=return
  702. endrecord=true
  703. startrecord=true
  704. label=playnum41
  705. nodetype=1
  706. filename='avm:voices/number41'
  707. comment=forty one
  708. keyactiontype=3
  709. keyactionaction=
  710. faxactiontype=0
  711. faxactionaction=stdfax
  712. dataactiontype=0
  713. dataactionaction=stddata
  714. busyactiontype=0
  715. busyactionaction=stdbusy
  716. abortactiontype=0
  717. abortactionaction=stdabort
  718. erroractiontype=0
  719. erroractionaction=stderror
  720. nextactiontype=2
  721. nextactionaction=return
  722. endrecord=true
  723. startrecord=true
  724. label=playnum42
  725. nodetype=1
  726. filename='avm:voices/number42'
  727. comment=forty two
  728. keyactiontype=3
  729. keyactionaction=
  730. faxactiontype=0
  731. faxactionaction=stdfax
  732. dataactiontype=0
  733. dataactionaction=stddata
  734. busyactiontype=0
  735. busyactionaction=stdbusy
  736. abortactiontype=0
  737. abortactionaction=stdabort
  738. erroractiontype=0
  739. erroractionaction=stderror
  740. nextactiontype=2
  741. nextactionaction=return
  742. endrecord=true
  743. startrecord=true
  744. label=playnum43
  745. nodetype=1
  746. filename='avm:voices/number43'
  747. comment=forty three
  748. keyactiontype=3
  749. keyactionaction=
  750. faxactiontype=0
  751. faxactionaction=stdfax
  752. dataactiontype=0
  753. dataactionaction=stddata
  754. busyactiontype=0
  755. busyactionaction=stdbusy
  756. abortactiontype=0
  757. abortactionaction=stdabort
  758. erroractiontype=0
  759. erroractionaction=stderror
  760. nextactiontype=2
  761. nextactionaction=return
  762. endrecord=true
  763. startrecord=true
  764. label=playnum44
  765. nodetype=1
  766. filename='avm:voices/number44'
  767. comment=forty four
  768. keyactiontype=3
  769. keyactionaction=
  770. faxactiontype=0
  771. faxactionaction=stdfax
  772. dataactiontype=0
  773. dataactionaction=stddata
  774. busyactiontype=0
  775. busyactionaction=stdbusy
  776. abortactiontype=0
  777. abortactionaction=stdabort
  778. erroractiontype=0
  779. erroractionaction=stderror
  780. nextactiontype=2
  781. nextactionaction=return
  782. endrecord=true
  783. startrecord=true
  784. label=playnum45
  785. nodetype=1
  786. filename='avm:voices/number45'
  787. comment=forty five
  788. keyactiontype=3
  789. keyactionaction=
  790. faxactiontype=0
  791. faxactionaction=stdfax
  792. dataactiontype=0
  793. dataactionaction=stddata
  794. busyactiontype=0
  795. busyactionaction=stdbusy
  796. abortactiontype=0
  797. abortactionaction=stdabort
  798. erroractiontype=0
  799. erroractionaction=stderror
  800. nextactiontype=2
  801. nextactionaction=return
  802. endrecord=true
  803. startrecord=true
  804. label=playnum46
  805. nodetype=1
  806. filename='avm:voices/number46'
  807. comment=forty six
  808. keyactiontype=3
  809. keyactionaction=
  810. faxactiontype=0
  811. faxactionaction=stdfax
  812. dataactiontype=0
  813. dataactionaction=stddata
  814. busyactiontype=0
  815. busyactionaction=stdbusy
  816. abortactiontype=0
  817. abortactionaction=stdabort
  818. erroractiontype=0
  819. erroractionaction=stderror
  820. nextactiontype=2
  821. nextactionaction=return
  822. endrecord=true
  823. startrecord=true
  824. label=playnum47
  825. nodetype=1
  826. filename='avm:voices/number47'
  827. comment=forty seven
  828. keyactiontype=3
  829. keyactionaction=
  830. faxactiontype=0
  831. faxactionaction=stdfax
  832. dataactiontype=0
  833. dataactionaction=stddata
  834. busyactiontype=0
  835. busyactionaction=stdbusy
  836. abortactiontype=0
  837. abortactionaction=stdabort
  838. erroractiontype=0
  839. erroractionaction=stderror
  840. nextactiontype=2
  841. nextactionaction=return
  842. endrecord=true
  843. startrecord=true
  844. label=playnum48
  845. nodetype=1
  846. filename='avm:voices/number48'
  847. comment=forty eight
  848. keyactiontype=3
  849. keyactionaction=
  850. faxactiontype=0
  851. faxactionaction=stdfax
  852. dataactiontype=0
  853. dataactionaction=stddata
  854. busyactiontype=0
  855. busyactionaction=stdbusy
  856. abortactiontype=0
  857. abortactionaction=stdabort
  858. erroractiontype=0
  859. erroractionaction=stderror
  860. nextactiontype=2
  861. nextactionaction=return
  862. endrecord=true
  863. startrecord=true
  864. label=playnum49
  865. nodetype=1
  866. filename='avm:voices/number49'
  867. comment=forty nine
  868. keyactiontype=3
  869. keyactionaction=
  870. faxactiontype=0
  871. faxactionaction=stdfax
  872. dataactiontype=0
  873. dataactionaction=stddata
  874. busyactiontype=0
  875. busyactionaction=stdbusy
  876. abortactiontype=0
  877. abortactionaction=stdabort
  878. erroractiontype=0
  879. erroractionaction=stderror
  880. nextactiontype=2
  881. nextactionaction=return
  882. endrecord=true
  883. startrecord=true
  884. label=playnum51
  885. nodetype=1
  886. filename='avm:voices/number51'
  887. comment=fifty one
  888. keyactiontype=3
  889. keyactionaction=
  890. faxactiontype=0
  891. faxactionaction=stdfax
  892. dataactiontype=0
  893. dataactionaction=stddata
  894. busyactiontype=0
  895. busyactionaction=stdbusy
  896. abortactiontype=0
  897. abortactionaction=stdabort
  898. erroractiontype=0
  899. erroractionaction=stderror
  900. nextactiontype=2
  901. nextactionaction=return
  902. endrecord=true
  903. startrecord=true
  904. label=playnum52
  905. nodetype=1
  906. filename='avm:voices/number52'
  907. comment=fifty two
  908. keyactiontype=3
  909. keyactionaction=
  910. faxactiontype=0
  911. faxactionaction=stdfax
  912. dataactiontype=0
  913. dataactionaction=stddata
  914. busyactiontype=0
  915. busyactionaction=stdbusy
  916. abortactiontype=0
  917. abortactionaction=stdabort
  918. erroractiontype=0
  919. erroractionaction=stderror
  920. nextactiontype=2
  921. nextactionaction=return
  922. endrecord=true
  923. startrecord=true
  924. label=playnum53
  925. nodetype=1
  926. filename='avm:voices/number53'
  927. comment=fifty three
  928. keyactiontype=3
  929. keyactionaction=
  930. faxactiontype=0
  931. faxactionaction=stdfax
  932. dataactiontype=0
  933. dataactionaction=stddata
  934. busyactiontype=0
  935. busyactionaction=stdbusy
  936. abortactiontype=0
  937. abortactionaction=stdabort
  938. erroractiontype=0
  939. erroractionaction=stderror
  940. nextactiontype=2
  941. nextactionaction=return
  942. endrecord=true
  943. startrecord=true
  944. label=playnum54
  945. nodetype=1
  946. filename='avm:voices/number54'
  947. comment=fifty four
  948. keyactiontype=3
  949. keyactionaction=
  950. faxactiontype=0
  951. faxactionaction=stdfax
  952. dataactiontype=0
  953. dataactionaction=stddata
  954. busyactiontype=0
  955. busyactionaction=stdbusy
  956. abortactiontype=0
  957. abortactionaction=stdabort
  958. erroractiontype=0
  959. erroractionaction=stderror
  960. nextactiontype=2
  961. nextactionaction=return
  962. endrecord=true
  963. startrecord=true
  964. label=playnum55
  965. nodetype=1
  966. filename='avm:voices/number55'
  967. comment=fifty five
  968. keyactiontype=3
  969. keyactionaction=
  970. faxactiontype=0
  971. faxactionaction=stdfax
  972. dataactiontype=0
  973. dataactionaction=stddata
  974. busyactiontype=0
  975. busyactionaction=stdbusy
  976. abortactiontype=0
  977. abortactionaction=stdabort
  978. erroractiontype=0
  979. erroractionaction=stderror
  980. nextactiontype=2
  981. nextactionaction=return
  982. endrecord=true
  983. startrecord=true
  984. label=playnum56
  985. nodetype=1
  986. filename='avm:voices/number56'
  987. comment=fifty six
  988. keyactiontype=3
  989. keyactionaction=
  990. faxactiontype=0
  991. faxactionaction=stdfax
  992. dataactiontype=0
  993. dataactionaction=stddata
  994. busyactiontype=0
  995. busyactionaction=stdbusy
  996. abortactiontype=0
  997. abortactionaction=stdabort
  998. erroractiontype=0
  999. erroractionaction=stderror
  1000. nextactiontype=2
  1001. nextactionaction=return
  1002. endrecord=true
  1003. startrecord=true
  1004. label=playnum57
  1005. nodetype=1
  1006. filename='avm:voices/number57'
  1007. comment=fifty seven
  1008. keyactiontype=3
  1009. keyactionaction=
  1010. faxactiontype=0
  1011. faxactionaction=stdfax
  1012. dataactiontype=0
  1013. dataactionaction=stddata
  1014. busyactiontype=0
  1015. busyactionaction=stdbusy
  1016. abortactiontype=0
  1017. abortactionaction=stdabort
  1018. erroractiontype=0
  1019. erroractionaction=stderror
  1020. nextactiontype=2
  1021. nextactionaction=return
  1022. endrecord=true
  1023. startrecord=true
  1024. label=playnum58
  1025. nodetype=1
  1026. filename='avm:voices/number58'
  1027. comment=fifty eight
  1028. keyactiontype=3
  1029. keyactionaction=
  1030. faxactiontype=0
  1031. faxactionaction=stdfax
  1032. dataactiontype=0
  1033. dataactionaction=stddata
  1034. busyactiontype=0
  1035. busyactionaction=stdbusy
  1036. abortactiontype=0
  1037. abortactionaction=stdabort
  1038. erroractiontype=0
  1039. erroractionaction=stderror
  1040. nextactiontype=2
  1041. nextactionaction=return
  1042. endrecord=true
  1043. startrecord=true
  1044. label=playnum59
  1045. nodetype=1
  1046. filename='avm:voices/number59'
  1047. comment=fifty nine
  1048. keyactiontype=3
  1049. keyactionaction=
  1050. faxactiontype=0
  1051. faxactionaction=stdfax
  1052. dataactiontype=0
  1053. dataactionaction=stddata
  1054. busyactiontype=0
  1055. busyactionaction=stdbusy
  1056. abortactiontype=0
  1057. abortactionaction=stdabort
  1058. erroractiontype=0
  1059. erroractionaction=stderror
  1060. nextactiontype=2
  1061. nextactionaction=return
  1062. endrecord=true
  1063.